Developer --> Technical Publications
PATHHardware Documentation > USB Devices > Mac OS USB DDK API Reference


Isochronous Transfer Support

Version 1.1 contains support for isochronous transfers. You can test for the presence of isochronous support by checking the gestalt selector gestaltUSBAttr ( `usb ` ). If gestaltUSBHasIsoch (bit 1 = 0x02) is set, then isochronous support is available in the form of two new calls:

OSStatus USBIsocWrite(USBPB *pb);
OSStatus USBIsocRead(USBPB *pb);

© 1999 Apple Computer, Inc.

Previous | Back Up One Level | Next | Show Frames | Hide Frames